From: Richard M. Stallman Date: Fri, 21 May 1993 20:22:10 +0000 (+0000) Subject: (syms_of_xfns): Don't make Lisp vars X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96124 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af01ef26430d69c04421aac4d862df4f5898a838;p=emacs.git (syms_of_xfns): Don't make Lisp vars x-mode-pointer-shape and x-nontext-pointer-shape. --- diff --git a/src/xfns.c b/src/xfns.c index 0aa98ed41a1..9c417b28ac5 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3746,15 +3746,21 @@ syms_of_xfns () mouse_buffer_offset = 0; DEFVAR_INT ("x-pointer-shape", &Vx_pointer_shape, - "The shape of the pointer when over text."); + "The shape of the pointer when over text.\n\ +Changing the value does not affect existing frames\n\ +unless you set the mouse color."); Vx_pointer_shape = Qnil; +#if 0 DEFVAR_INT ("x-nontext-pointer-shape", &Vx_nontext_pointer_shape, "The shape of the pointer when not over text."); +#endif Vx_nontext_pointer_shape = Qnil; +#if 0 DEFVAR_INT ("x-mode-pointer-shape", &Vx_mode_pointer_shape, "The shape of the pointer when over the mode line."); +#endif Vx_mode_pointer_shape = Qnil; DEFVAR_LISP ("x-cursor-fore-pixel", &Vx_cursor_fore_pixel,